home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-02-10 | 2.1 KB | 136 lines | [TEXT/MPS ] |
- #include "InstallerTypes.r"
-
- include "DirectCopyExtender";
-
-
- /************************** Target File Spec. resources **********************************/
- resource 'intf' (10000) {
- format0 {
- noSearchForFile,
- TypeCrMustMatch,
- 'APPL',
- 'ttxt',
- 0,
- ":TeachText"
- }
- };
-
-
- /************************** Source File Spec. resources **********************************/
- resource 'infs' (20000) {
- 'APPL',
- 'ttxt',
- 0x1,
- noSearchForFile,
- TypeCrMustMatch,
- "Tidbits:Apple Utilities:TeachText"
- };
-
-
- /************************** File Atom resource **********************************/
- resource 'infa' (10000) {
- format1 {
- deleteWhenRemoving,
- deleteWhenInstalling,
- copy,
- dontIgnoreLockedFile,
- dontSetFileLocked,
- useVersProcToCompare,
- srcNeedExist,
- rsrcForkInRsrcFork,
- leaveAloneIfNewer,
- updateExisting,
- copyIfNewOrUpdate,
- rsrcFork,
- dataFork,
- 0,
- 0,
- 10000,
- { 20000, 0, 0 },
- 0x0,
- 0,
- 129,
- ""
- }
- };
-
-
- /************************** Resource Atom resource **********************************/
- resource 'inra' (10000) {
- format1 {
- dontDeleteWhenRemoving,
- deleteWhenInstalling,
- copy,
- leaveAloneIfNewer,
- tgtRequired,
- updateExisting,
- copyIfNewOrUpdate,
- ignoreProtection,
- srcNeedExist,
- byID,
- nameNeedNotMatch,
- 0,
- 10000,
- 'ICON',
- 128,
- 0,
- "",
- { 20000, 'ICON', 128, 0, "" },
- 0x0,
- 0,
- 129,
- ""
- }
- };
-
- /************************** Atom Extender resource **********************************/
- resource 'inex' (129) {
- format0 {
- sendInitMessage,
- sendBeforeMessage,
- sendAfterMessage,
- sendSuccessMessage,
- sendCancelMessage,
- continueBusyCursors,
- 'infn',
- 144,
- 0,
- 50000,
- ""
- }
- };
-
-
-
- /************************** Package resources **********************************/
- resource 'inpk' (20037) {
- format0 {
- showsOnCustom,
- notRemovable,
- dontForceRestart,
- 0,
- 0,
- "TeachText (using direct copy Atom Extender)",
- {
- 'infa', 10000,
- }
- }
- };
-
-
- resource 'inpk' (20038) {
- format0 {
- showsOnCustom,
- notRemovable,
- dontForceRestart,
- 0,
- 0,
- "ICON ID#128 from TeachText (using direct copy Atom Extender)",
- {
- 'inra', 10000,
- }
- }
- };
-
-
-